/* Globales */
/* https://img03.en25.com/EloquaImages/clients/BANCODAVIVIENDADAVIPRO/
    https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,300;1,400;1,700&display=swap');

@font-face {
    font-family: 'Univers LT 57 Condensed';
    src: url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedOblique.eot');
    src: url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedOblique.eot?#iefix') format('embedded-opentype'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedOblique.woff2') format('woff2'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedOblique.woff') format('woff'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedOblique.ttf') format('truetype'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedOblique.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Univers LT 47 CondensedLt';
    src: url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedBoldOblique.eot');
    src: url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedBoldOblique.eot?#iefix') format('embedded-opentype'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedBoldOblique.woff2') format('woff2'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedBoldOblique.woff') format('woff'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedBoldOblique.ttf') format('truetype'),
        url('https://eloqua.code-labs.com/assets/images/fuentes/UniversLT/UniversLT-CondensedBoldOblique.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

:root {
    /* Colores */
    --green: #dd141d;
    --green2: #c22a22;
    --green3: #b50911;
    --secundaryColor: #c22a22;
    --darkColor: #5A5A59;
    --gray1: #727272;
    --black: #000000;
    --white: #ffffff;

    /* Espaciado */
    --extraSmall: 10px;
    --small: 20px;
    --normal: 30px;
    --large: 40px;
    --extraLarge: 50px;
}

* {
    font-family: 'Univers LT 57 Condensed', 'Roboto Condensed', sans-serif;
}

body {
    width: 100%;
    height: 100vh;
    padding: 0px 5% 40px;
    position: relative;
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B7ae4f00e-6347-429d-b74a-40d250f8cf9b%7D_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--darkColor);
}

/*  */
.body--categories {
    padding: 0 !important;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

figure {
    margin: 0;
}

p {
    font-size: 20px;
    line-height: 1.4;
    color: var(--darkColor);
    font-weight: 300;
    font-style: italic;
}

p strong {
    color: var(--green);
    font-family: 'Univers LT 47 CondensedLt', 'Roboto Condensed', sans-serif;
}

p span {
    color: var(--green);
}

h2 {
    color: var(--green);
    font-size: 45px;
    font-family: 'Univers LT 57 Condensed', 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}

button:focus {
    outline: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.overflow-scroll {
    overflow: auto;
}

::-webkit-scrollbar {
    display: none;
}

.hide {
    display: none;
}
/*/ Globales */

/* Corte */

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1007;
    animation-name: hide;
    animation-duration: 4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.intro__block {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1012;
    width: 100%;
    height: 190px;
    background-color: rgba(255, 255, 255, .6);
}

.intro__brands {
    display: inherit;
    align-items: inherit;
    justify-content: center;
    height: 150px;
    width: 100%;
    background-color: #ffffff;
}

.intro__overlay {
    z-index: 1000;
    background-color: #000000;
    animation-name: opacity;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: .6;
    }
}

.intro__overlay,
.intro__background,
.intro {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.intro__background {
    z-index: 99;
    background-image: url('#');
    background-size: cover;
    background-position: center;
    animation: scale 2s ease-out forwards;
}

@keyframes scale {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

.intro__hashtag {
    position: absolute;
    bottom: 25%;
    z-index: 1011;
    animation-name: fade;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.intro__hashtag img {
    max-width: 100%;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.menu-top,
.hamburger-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, .3);
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1001;
    color: var(--green);
    font-size: 40px;
    background-color: var(--white);
}

.closed {
    background-color: var(--green);
    color: var(--white) !important;
}

.hamburger-button {
    display: none;
}

.notice-of-privacy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 500px;
    height: 100vh;
    padding: 0 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .85);
    transition: .4s ease-in-out;
}

.is-active {
    opacity: 1;
    visibility: visible;
}

.notice-of-privacy div:first-child {
    display: none;
}

.notice-of-privacy p {
    font-size: 16px;
    color: #F0F0F0;
    flex: 1 0 100%;
}

.notice-of-privacy p strong {
    color: var(--white);
}

.vigilado,
.davivienda-sa,
.compania-seguros-bolivar {
    position: fixed;
}

.vigilado {
    bottom: 70px;
    left: 15px;
    z-index: 2;
}

.vigilado img {
    width: 12px;
}

.davivienda-sa {
    width: 10px;
    top: 120px;
    right: 15px;
    z-index: 3;
}

.davivienda-sa img {
    max-width: 100%;
}

.compania-seguros-bolivar {
    width: 10px;
    top: 240px;
    right: 14px;
    z-index: 4;
}

.compania-seguros-bolivar img {
    max-width: 100%;
}

.menu-top span {
    margin-top: -10px;
}

.brandsContainer {
    max-width: 640px;
    margin: 0 auto;
    margin-top: -0px;
}

.brandsContainer--left {
    margin: 0;
    margin-top: var(--normal);
    position: absolute;
    margin-left: 40px;
    margin-top: 10px;
}

.brands {
    width: 100%;
}

.main {
    max-width: 1920px;
    margin: 0 auto;
    transform: scale(.9);
    margin-top: -40px;
}

.main-categories {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.main__campaign {}


.main__key-visual {
    max-width: 45%;
    margin-left: -100px;
}

.main__key-visual img {
    width: 100%;
}

.main__text {
    width: 30%;
}

.main__text hr {
    width: 74px;
    margin-left: 0;
    border: 4px solid var(--green);
}

.menu {
    max-width: 650px;
    margin: 20px auto 0;
    margin-left: 0px;
    position: fixed;
    bottom: 0;
}

.menu.menu--inner {
    max-width: 460px;
    bottom: 0;
    right: 15%;
    z-index: 301;
}

.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li {
    list-style: none;
    margin-right: 0;
}

.menu.menu--inner ul {
    padding-left: 0;
    margin-bottom: 0;
}

.menu.menu--inner ul li {
    margin-right: 0px;
}

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 70px;
    color: var(--gray1);
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Univers LT 47 CondensedLt', 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-style: italic;
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B1e4c4d66-3b2e-460d-b37f-4cbf499af4d3%7D_menu-button.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.menu ul li:nth-of-type(2),
.menu ul li:nth-of-type(3) {
    margin-left: -15px;
}

.menu ul li a.active,
.menu ul li a:hover {
    color: var(--white);
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B69bd3aba-c11e-41c8-a062-cd6a6fb7c604%7D_menu-button-hover.png');
}

.menu.menu--inner ul li a {
    width: 260px;
    height: 70px;
    font-size: 20px;
}

.form {
    display: flex;
    order: 1;
    width: 400px;
    margin-right: 16%;
    position: relative;
    z-index: 300;
    margin-top: 60px !important;
    margin-bottom: 0px !important;
    flex-wrap: wrap;
}

.form select {
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B81b3e6ce-60d0-4d26-865f-163dc3812b88%7D_arrow.png');
    background-repeat: no-repeat;
    background-position: 98% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 10px;
}

select::-ms-expand {
    display: none;
    }

/* Modal */
.modal-dialog {
    max-width: 580px;
    height: 430px;
    height: auto;
    border: none !important;
    border-radius: 10px !important;
    position: relative;
    left: 25%;
    top: 23%;
    z-index: 7;
}

.modal-content button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 8;
    top: -10px;
    right: -10px;
    opacity: 1;
    background-color: var(--white);
    color: var(--green);
}

.modal-dialog,
.modal-content,
.video {
    border-radius: 10px !important;
}

.video {
    max-width: 100%;
}

.overlay {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: var(--extraLarge);
    background-color: rgba(0,0,0,.6);
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 1.1s ease-in;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.overlay figure {
    display: none;
}

/* /Modal */

/* ------------------------------------------------------------------------- CategorÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­as */
.category-card {
    width: 50%;
    height: 800px;
    padding-top: 3px;
    border-radius: 0 25px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    background-color: var(--white);
    box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.05);
}

.category-card__title {
    display: flex;
    align-items: center;
    border-radius: 0 25px 0 0;
    padding: var(--normal) 0 var(--normal) var(--large);
    border-left: 15px solid var(--secundaryColor);
    background: rgb(255,255,255);
    background: linear-gradient(325deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(233,233,233,1) 100%);
}

.category-card__title.category-card__title--padding-bottom {
    padding-bottom: var(--large);
}

.category-card__title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: var(--normal);
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, .3);
    background-color: #FCFCFC;
}

.arrow-left {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 5px solid #DBDBDB;
    border-width: 0 0 3px 3px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-card__title h2 {
    font-size: 3em;
    margin-bottom: 0;
}

.nav {
    margin-top: -20px;
    padding-left: 55px;
}

.nav-item {
    width: 195px;
    margin-right: var(--normal);
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--green);
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B41410386-9c40-4c54-9bce-c40c9ebc3c1d%7D_bg-tabs%402x.png');
    background-size: 195px 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-link {
    width: inherit;
    height: inherit;
    text-align: center;
    background-color: transparent;
}

.nav-item--two-lines {
    width: 102px;
    height: 45px;
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B74eaa6d8-b6a6-4037-af8b-48e4967bd57e%7D_bg-tabs--two-lines%402x.png');
    background-size: 102px 45px;
}

.nav-item--two-lines .nav-link {
    padding: .5rem .5rem !important;
}

.nav-item--two-lines .nav-link.active {
    width: 102px;
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B23b4b839-4313-481a-806a-ec894e234556%7D_bg-tabs--two-lines--active%402x.png');
    background-size: 102px 45px;
}

.nav-link span {
    font-size: 12px;
}

.nav-link.active {
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7Bc2fb0b7e-173f-41a3-955f-06c974a55739%7D_bg-tabs--active%402x.png');
    background-size: 195px 38px;
}

.nav-item:last-child {
    margin-right: 0;
}

.category-card > div:nth-of-type(2) {
    max-height: 80%;
    padding: var(--extraLarge) var(--extraLarge) calc(var(--extraLarge) * 2) 55px;
    margin-right: var(--extraSmall);
    overflow-y: auto;
}

.category-card > div:nth-of-type(2)::-webkit-scrollbar-track {
    background-color: #E6E6E6;
    border-radius: 10px;
}

.category-card > div:nth-of-type(2)::-webkit-scrollbar {
    display: block;
    width: 6px;
    background-color: #F5F5F5;
}

.category-card > div:nth-of-type(2)::-webkit-scrollbar-thumb {
    background-color: #9F9F9F;
    border-radius: 10px;
}

.category-card__description p {
    margin-bottom: 1.8em;
    font-size: 1.62em;
    line-height: 1.2;
    color: #9F9F9F;
}

.category-card__description p:last-child {
    margin-bottom: 2.6em;
}

.category-card__description > p strong,
.goal-information strong {
    font-size: 40px;
    line-height: .6;
    font-family: 'Univers LT 47 CondensedLt', 'Roboto Condensed', sans-serif;
}

.goal-information strong {
    color: var(--green);
    margin-right: var(--small);
}

.goal-information strong span {
    font-size: .6em;
    color: #9F9F9F;
}

.goal-information p {
    width: auto !important;
    padding-right: 0 !important;
    border-right: none !important;
}

.goal-information .bold-gray {
    font-size: 1em;
}

.bold-gray,
.goal-information .bold-gray {
    color: #4E4E4E;
    font-family: 'Univers LT 47 CondensedLt','Roboto Condensed', sans-serif;
}

.featured-number {
    font-size: 100px;
    font-family: 'Univers LT 47 CondensedLt','Roboto Condensed', sans-serif;
}

.goal-information .featured-number {
    margin-right: var(--small);
}

.category-card__video {
    display: flex;
    justify-content: flex-start;
    width: 570px;
}

.category-card__video figure {
    width: 180px;
    height: 130px;
    margin-right: var(--extraSmall);
    border-radius: 10px;
    overflow: hidden;
    background-color: gray;
}

.category-card__video figure img {
    max-width: 100%;
}

.category-card__video figure:last-child {
    margin-right: 0;
}

.category-card__description > div p {
    width: 60%;
    padding-right: 4%;
    border-right: 1px solid #9F9F9F;
}

.daviplata-imageContainer {
    max-width: 140px;
    height: 40px;
    margin-left: 4%;
}

.daviplata-image {
    max-width: 100%;
}

.legal-daviplata {
    margin: var(--small) 0;
}

.legal-daviplata span {
    width: 80%;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
}

.fogafinimageContainer {
    max-width: 80px;
}

.fogafinimage {
    max-width: 100px;
}

.place-informationContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    /* z-index: 10 */
}

.place-information {
    max-width: 260px;
    border-radius: 10px;
    background-color: #FCFCFC;
    border: 1px solid #E6E6E6;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.place-information.is-active {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.place-information__header {
    position: relative;
    padding: var(--small) 25px var(--extraSmall);
    border-bottom: 1px solid #E6E6E6;
}

.place-information__header button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, .3);
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--white);
    color: var(--green);
}

.place-information__header h3 {
    color: var(--green);
    margin-bottom: 0;
}

.place-information__description {
    padding: 25px;
}

.place-information__description p {
    font-size: 16px;
}

/* Slider */

.carousel-constrolsContainer {
    margin-bottom: var(--small);
    position: sticky;
    top: -35px;
    z-index: 30;
    background-color: var(--white);
}

.carousel-item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: var(--small);
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B87118ce3-febc-4cd7-b155-84e0b0370ef0%7D_bg-carousel-title%402x.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item__title span {
    text-transform: uppercase;
    font-size: 16px;
}

.carousel-control-prev,
.carousel-control-next {
    bottom: initial;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 13px;
    height: 20px;
    background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B93c218d3-3e29-4698-9892-6bada87b867c%7D_arrow-carousel%402x.png');
}

.carousel-control-next-icon {
    transform: rotate(180deg);
}

/* /Slider */
/* /CategorÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­as */

@media screen and (max-width: 1921px) {
    .menu.menu--inner {
        right: 14%;
    }
}

@media screen and (max-width: 1500px) {
    /* Salud */
    .category-card {
        height: 600px;
        font-size: 14px;
    }

    .category-card__title {
        padding: var(--small) 0 var(--small) var(--large);
    }

    .category-card__title.category-card__title--padding-bottom {
        padding-bottom: var(--large);
    }

    .category-card__description p {
        margin-bottom: 1em;
    }

    .goal-information strong span {
        font-size: .5em;
    }

    .category-card__description p:last-child {
        margin-bottom: 2em;
    }

    .category-card > div:nth-of-type(2) {
        max-height: 460px;
        overflow-y: auto;
        padding: var(--large) var(--small) calc(var(--large) + var(--small)) 55px;
    }
    /* /Salud */
}

@media screen and (max-width: 1500px) {
    body {
        padding: 0px 5% 40px;
    }

    .brandsContainer {
        max-width: 500px;
    }

    .category-card {
        width: 52%;
        font-size: 12px;
    }

    .category-card__title {
        padding: var(--small) 0 var(--small) var(--small);
    }

    .nav {
        padding-left: 25px;
    }

    .nav-item {
        width: 161px;
        font-size: 12px;
        margin-right: 5px;
        background-size: 161px 34px;
    }

    .nav-item--two-lines {
        width: 90px;
        height: 40px;
        background-size: 90px 40px;
    }

    .nav-item--two-lines .nav-link.active {
        width: 90px;
        background-size: 90px 40px;
    }

    .nav-link span {
        font-size: 10px;
    }

    .nav-link.active {
        background-size: 161px 34px;
    }

    .category-card > div:nth-of-type(2) {
        padding: var(--large) var(--small) calc(var(--large) + var(--small)) 35px;
    }

    .featured-number {
        font-size: 80px;
    }

    .form {
        width: 340px;
        margin-right: 13%;
        margin-bottom: var(--normal) !important;
    }

    .menu ul li a {
        width: 260px;
        height: 70px;
        font-size: 18px;
    }

    .menu.menu--inner {
        max-width: 460px;
        bottom: 1%;
        right: 14%;
    }

    .menu.menu--inner ul li a {
        width: 220px;
        height: 60px;
        font-size: 16px;
    }

    .carousel-constrolsContainer {
        top: -40px;
    }

    .modal-dialog {
        max-width: 490px;
    }
}

@media screen and (max-width: 1200px) {
    .mt-5 {
        margin-top: 25px;
    }

    .mt-6 {
        margin-top: 30px;
    }

    .brandsContainer {
        max-width: 440px;
    }

    .category-card {
        height: 550px;
    }

    .category-card > div:nth-of-type(2) {
        max-height: 400px;
    }

    .form {
        width: 300px;
    }

    .menu.menu--inner {
        right: 10%;
    }

    .modal-dialog {
        max-width: 440px;
    }
}

@media screen and (max-width: 992px) {
    body,
    .body--categories {
        height: auto;
        padding: 0px 0 20px !important;
    }

    p {
        font-size: 18px;
    }
    .mt-7 {
        margin-top: 45px;
    }

    .mb-8 {
        margin-bottom: 50px !important;
    }

    .davivienda-sa {
        width: 8px;
    }

    .compania-seguros-bolivar {
        width: 9px;
        top: 220px;
    }

    .intro__background {
        background-image: url('#');
    }

    .intro__brands img {
        max-width: 500px;
        
    }

    .brandsContainer--left {
        margin: 0 auto;
        /*  */
        position: static;
    }

    .menu-top {
        display: none;
    }

    .hamburger-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        position: fixed;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: var(--green) !important;
        background-image: url('https://img04.en25.com/EloquaImages/clients/DAVIVIENDACOSTARICA/%7B3cfbc0ef-29f4-4169-91e4-17c1dc785b2b%7D_hamburger-menu%402x.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .closed {
        background-color: var(--white);
        background-image: none;
    }

    .hamburger-button span {
        margin-top: -6px;
    }

    .notice-of-privacy {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100vw;
        overflow-x: scroll;
        background-color: var(--green3);
        padding: 0;
    }

    .notice-of-privacy div:first-child,
    .notice-of-privacy div:last-child {
        width: 100%;
    }

    .notice-of-privacy div:first-child {
        display: block;
        background-color: var(--green2);
    }

    .notice-of-privacy div figure {
        max-width: 250px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .notice-of-privacy div figure,
    .hamburger-menu li {
        padding-left: 50px;
    }

    .notice-of-privacy div figure img {
        max-width: 100%;
    }

    .notice-of-privacy div:last-child {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        background-color: var(--green3);
        padding: 60px 40px;
    }

    .hamburger-menu li {
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        list-style-type: none;
        color: var(--white);
        text-transform: uppercase;
    }

    .hamburger-menu li a {
        display: flex;
        align-items: center;
        height: inherit;
        font-size: 24px;
        font-style: italic;
    }

    .main,
    .brandsContainer {
        padding: 0 20px;
    }

    .main {
        margin-top: 0;
    }

    .main-categories {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .main__campaign1 {
        max-width: 100%;
  
    }


    .main__key-visual {
        max-width: 95%;
        margin-left: 5%;
        margin-top: -120px;
        margin-bottom: 50px;
    }

    .main__text {
        width: 100%;
    }

    .menu {
        position: static;
        max-width: 100%;
        width: 100%;
    }

    .menu.menu--inner {
        display: none;
    }

    .menu ul {
        display: block;
        margin: 0;
        padding: 0;
    }

    .menu ul li {
        width: inherit;
        height: 65px;
        margin: 0;
        border: 1px solid #C3C3C3;
        text-align: center;
        background-color: rgba(255, 255, 255, .24);
    }

    .menu ul li a {
        background-image: none;
    }

    .menu ul li a:hover {
        color: var(--white);
        background-image: none;
        background-color: var(--green);
    }

    .menu ul li a,
    .menu ul li:last-child a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: inherit;
        width: inherit;
        margin: 0;
    }

    /* Salud */
    .category-card {
        order: 1;
        width: 100%;
        height: auto;
        margin-top: var(--small);
        border-radius: 0;
        position: static;
    }

    .category-card__title {
        padding: var(--normal) 0 var(--normal) var(--small);
    }

    .nav {
        justify-content: center;
        padding-left: 0;
    }

    .category-card > div:nth-of-type(2) {
        max-height: none;
        padding: var(--extraLarge) 35px calc(var(--extraLarge) * 2);
    }
    /* /Salud */

    .form {
        width: 50%;
        margin: 0 auto;
        position: relative;
    }

    .place-informationContainer {
        width: 80%;
        margin: 0 auto;
        position: static;
        order: 4;
    }

    .place-information {
        max-width: 500px;
    }

    .modal.show {
        display: flex !important;
        align-items: center;
    }

    .modal-dialog {
        max-width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
    }

    .modal-content {
        width: 100vw;
        position: static;
    }

    .modal-content button {
        top: 20px;
        right: 20px;
    }

    .modal-dialog,
    .modal-content,
    .video {
    border-radius: 0 !important;
    }

    .overlay figure {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    p {
        font-size: 24px;
    }

    h2 {

    }

    h3 {

    }
}

@media screen and (max-width: 576px) {
    .intro__block {
        height: 140px;
    }
    .main__campaign1{
        padding-top: ;
        padding: 40px 90px 40px 90px;
    }
    .mapa-home{
        padding-top: 15px
    }
    .intro__brands {
        height: 100px;
    }

    .intro__brands img {
        max-width: 300px;
    }

    .intro__hashtag {
        width: 300px;
    }

    .nav-overflow-x-scroll {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-left: 20px;
        overflow-x: scroll;
    }

    .nav-item {
        width: 110px;
        font-size: 12px;
        height: 52px;
        background-size: 110px 52px;
    }

    .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: inherit;
    }

    .nav-link.active {
        background-size: 110px 52px;
    }

    .nav-item--two-lines {
        width: 80px;
        height: 40px;
        background-size: 80px 40px;
    }

    .nav-item--two-lines .nav-link.active {
        width: 80px;
        background-size: 80px 40px;
    }

    .category-card > div:nth-of-type(2) {
        padding: var(--extraLarge) 20px calc(var(--extraLarge) * 2) 35px;
    }

    .category-card__title {
        padding: var(--small) 0 var(--small) var(--small);
    }

    .category-card__description > p strong {
        font-size: 35px;
    }

    .category-card__description > div p {
        width: auto;
        padding-right: 0;
        border-right: none;
    }

    .daviplata-imageContainer {
        margin-top: 2em;
    }

    .legal-daviplata span{
        width: 100%;
        margin-bottom: var(--small);
    }

    .modal-dialog {
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {

}